home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Reference / VERSACAD⁄MACINTOSH / card_21253.txt < prev    next >
Encoding:
Text File  |  1988-01-11  |  5.5 KB  |  265 lines

  1. -- card: 21253 from stack: in
  2. -- bmap block id: 11661
  3. -- flags: 0000
  4. -- background id: 2739
  5. -- name: 
  6.  
  7.  
  8. -- part 1 (button)
  9. -- low flags: 00
  10. -- high flags: 0000
  11. -- rect: left=445 top=295 right=320 bottom=486
  12. -- title width / last selected line: 0
  13. -- icon id / first selected line: 2162 / 2162
  14. -- text alignment: 1
  15. -- font id: 0
  16. -- text size: 12
  17. -- style flags: 0
  18. -- line height: 16
  19. -- part name: 
  20. ----- HyperTalk script -----
  21. on mouseUp
  22.   visual effect zoom close
  23.   go to card id 2938
  24. end mouseUp
  25.  
  26.  
  27.  
  28. -- part 2 (field)
  29. -- low flags: 01
  30. -- high flags: 0000
  31. -- rect: left=166 top=55 right=84 bottom=343
  32. -- title width / last selected line: 0
  33. -- icon id / first selected line: 0 / 0
  34. -- text alignment: 1
  35. -- font id: 2
  36. -- text size: 18
  37. -- style flags: 0
  38. -- line height: 24
  39. -- part name: 
  40.  
  41.  
  42. -- part 3 (button)
  43. -- low flags: 00
  44. -- high flags: 0000
  45. -- rect: left=445 top=295 right=320 bottom=486
  46. -- title width / last selected line: 0
  47. -- icon id / first selected line: 2162 / 2162
  48. -- text alignment: 1
  49. -- font id: 0
  50. -- text size: 12
  51. -- style flags: 0
  52. -- line height: 16
  53. -- part name: 
  54. ----- HyperTalk script -----
  55. on mouseUp
  56.   visual effect dissolve
  57.   go to card id 2938
  58. end mouseUp
  59.  
  60.  
  61.  
  62. -- part 4 (button)
  63. -- low flags: 00
  64. -- high flags: 0000
  65. -- rect: left=125 top=110 right=132 bottom=276
  66. -- title width / last selected line: 0
  67. -- icon id / first selected line: 0 / 0
  68. -- text alignment: 1
  69. -- font id: 0
  70. -- text size: 12
  71. -- style flags: 0
  72. -- line height: 16
  73. -- part name: distance
  74. ----- HyperTalk script -----
  75. on mouseWithin
  76.   show card field distance
  77. end mouseWithin
  78.  
  79. on mouseLeave
  80.   hide card field distance
  81. end mouseLeave
  82.  
  83.  
  84. -- part 5 (button)
  85. -- low flags: 00
  86. -- high flags: 6005
  87. -- rect: left=126 top=146 right=161 bottom=202
  88. -- title width / last selected line: 0
  89. -- icon id / first selected line: 0 / 0
  90. -- text alignment: 1
  91. -- font id: 0
  92. -- text size: 12
  93. -- style flags: 0
  94. -- line height: 16
  95. -- part name: original
  96. ----- HyperTalk script -----
  97. on mouseWithin
  98.   show card field original
  99. end mouseWithin
  100.  
  101. on mouseLeave
  102.   hide card field original
  103. end mouseLeave
  104.  
  105.  
  106. -- part 6 (button)
  107. -- low flags: 00
  108. -- high flags: 6005
  109. -- rect: left=126 top=162 right=177 bottom=202
  110. -- title width / last selected line: 0
  111. -- icon id / first selected line: 0 / 0
  112. -- text alignment: 1
  113. -- font id: 0
  114. -- text size: 12
  115. -- style flags: 0
  116. -- line height: 16
  117. -- part name: snap
  118. ----- HyperTalk script -----
  119. on mouseWithin
  120.   show card field snap
  121. end mouseWithin
  122.  
  123. on mouseLeave
  124.   hide card field snap
  125. end mouseLeave
  126.  
  127.  
  128. -- part 7 (button)
  129. -- low flags: 00
  130. -- high flags: 2000
  131. -- rect: left=127 top=193 right=213 bottom=187
  132. -- title width / last selected line: 0
  133. -- icon id / first selected line: 0 / 0
  134. -- text alignment: 1
  135. -- font id: 0
  136. -- text size: 12
  137. -- style flags: 0
  138. -- line height: 16
  139. -- part name: ok
  140. ----- HyperTalk script -----
  141. on mouseWithin
  142.   show card field ok
  143. end mouseWithin
  144.  
  145. on mouseLeave
  146.   hide card field ok
  147. end mouseLeave
  148.  
  149.  
  150. -- part 8 (button)
  151. -- low flags: 00
  152. -- high flags: 2000
  153. -- rect: left=215 top=193 right=213 bottom=275
  154. -- title width / last selected line: 0
  155. -- icon id / first selected line: 0 / 0
  156. -- text alignment: 1
  157. -- font id: 0
  158. -- text size: 12
  159. -- style flags: 0
  160. -- line height: 16
  161. -- part name: cancel
  162. ----- HyperTalk script -----
  163. on mouseWithin
  164.   show card field cancel
  165. end mouseWithin
  166.  
  167. on mouseLeave
  168.   hide card field cancel
  169. end mouseLeave
  170.  
  171.  
  172. -- part 9 (field)
  173. -- low flags: 81
  174. -- high flags: 2004
  175. -- rect: left=152 top=140 right=275 bottom=363
  176. -- title width / last selected line: 0
  177. -- icon id / first selected line: 0 / 0
  178. -- text alignment: 0
  179. -- font id: 2
  180. -- text size: 12
  181. -- style flags: 0
  182. -- line height: 16
  183. -- part name: distance
  184.  
  185.  
  186. -- part 10 (field)
  187. -- low flags: 81
  188. -- high flags: 2004
  189. -- rect: left=207 top=136 right=271 bottom=418
  190. -- title width / last selected line: 0
  191. -- icon id / first selected line: 0 / 0
  192. -- text alignment: 0
  193. -- font id: 2
  194. -- text size: 12
  195. -- style flags: 0
  196. -- line height: 16
  197. -- part name: original
  198.  
  199.  
  200. -- part 11 (field)
  201. -- low flags: 81
  202. -- high flags: 2004
  203. -- rect: left=207 top=159 right=294 bottom=418
  204. -- title width / last selected line: 0
  205. -- icon id / first selected line: 0 / 0
  206. -- text alignment: 0
  207. -- font id: 2
  208. -- text size: 12
  209. -- style flags: 0
  210. -- line height: 16
  211. -- part name: snap
  212.  
  213.  
  214. -- part 12 (field)
  215. -- low flags: 81
  216. -- high flags: 2004
  217. -- rect: left=77 top=221 right=320 bottom=242
  218. -- title width / last selected line: 0
  219. -- icon id / first selected line: 0 / 0
  220. -- text alignment: 0
  221. -- font id: 2
  222. -- text size: 12
  223. -- style flags: 0
  224. -- line height: 16
  225. -- part name: ok
  226.  
  227.  
  228. -- part 13 (field)
  229. -- low flags: 81
  230. -- high flags: 2004
  231. -- rect: left=183 top=221 right=320 bottom=348
  232. -- title width / last selected line: 0
  233. -- icon id / first selected line: 0 / 0
  234. -- text alignment: 0
  235. -- font id: 2
  236. -- text size: 12
  237. -- style flags: 0
  238. -- line height: 16
  239. -- part name: cancel
  240.  
  241.  
  242. -- part contents for card part 2
  243. ----- text -----
  244. Perpendicular
  245.  
  246. -- part contents for card part 9
  247. ----- text -----
  248. Allows you to enter a new distance to the base line, replacing the distance indicated with the cursor. A distance of 0.0000 will put you exactly on the base line.
  249.  
  250. -- part contents for card part 11
  251. ----- text -----
  252. Snap locks the second endpoint to the base line, allowing you to freely move the cursor without changing the perpendicular line.
  253.  
  254. -- part contents for card part 10
  255. ----- text -----
  256. Original returns you to the original distance and rotation parameters before you modified them.
  257.  
  258. -- part contents for card part 13
  259. ----- text -----
  260. The cancel button aborts the changes you have made inside the dialog box.
  261.  
  262. -- part contents for card part 12
  263. ----- text -----
  264. The OK button accepts your changes and closes the dialog.
  265.